-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fixed the source-rss connector path - preventing it from adding trail… #69828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fixed the source-rss connector path - preventing it from adding trail… #69828
Conversation
…ing '/' unnecessarily
👋 Welcome to Airbyte!Thank you for your contribution from syspect-sec/airbyte! We're excited to have you in the Airbyte community. Helpful Resources
PR Slash CommandsAs needed or by request, Airbyte Maintainers can execute the following slash commands on your PR:
If you have any questions, feel free to ask in the PR comments or join our Slack community. Tips for Working with CI
|
|
@syspect-sec thank you for your contribution! |
|
/run-connector-tests
|
What
Fixed the source-rss connector path - preventing it from adding trailing '/' unnecessarily
This issue has been recognized for over one year, and an invitation was made in Issue 45389 for the "community" to identify the issue and offer a solution.
This problem is exemplified by an RSS URL such as:
When the
source-rssconnector automatically appends a/at the end (https://www.cyber.gc.ca/api/cccs/atom/v1/get?feed=alerts_advisories/), it returns a failed status:The user should be able to enter the correct URL and it should be used without modification.
How
modified the
manifest.yamlfile to changepath: "/"topath: "".User Impact
The end result is that the Airbyte installation will import RSS feeds properly out of the box.